home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Tele / C / ComputerSRVY.cpt / ComputerSRVY / Computer.TSL / Computer.TSL
Encoding:
Text File  |  1987-02-12  |  2.0 KB  |  101 lines  |  [TEXT/MSWD]

  1.    OPTIONS  TERSE 
  2.  - --=>Computer Information Survey<=--
  3.  - 
  4.  - This survey will ask for some general computer information.
  5.  -
  6.  - 
  7.  
  8.       IF<>YES   Do you want to continue with the questionaire? 
  9.          GOTO   Abort
  10.       ENDIF
  11.  
  12. START
  13.  
  14.  INPUT! 45 Enter computer type :
  15.  WRTXT Computer type:
  16.  WRINP 
  17.  
  18.  IFYES Do you have a non-apple memory upgrade (Y/N)?
  19.     INPUT! 50 What brand?
  20.     WRTXT Non-apple Upgrade:
  21.     WRINP
  22.    ELSE 
  23.      WRTXCR No non-apple upgrade
  24.  ENDIF
  25.  
  26.  INPUT! 50 What type of modem are you using?
  27.    WRTXT Modem Brand:
  28.    WRINP
  29.    
  30.  IFYES Do you have a printer (Y/N)?
  31.     INPUT! 50 What brand?
  32.     WRTXT Printer Brand:
  33.     WRINP
  34.    ELSE
  35.     WRTXCR No printer
  36.   ENDIF 
  37.  
  38.  IFYES Do you have an external disk drive?
  39.    INPUT! 50 What brand?
  40.    WRTXT Exernal Drive:
  41.    WRINP
  42.    ELSE 
  43.     WRTXCR No External Drive
  44.  ENDIF
  45.  
  46.  IFYES Do you have a Hard Disk Drive (Y/N)?
  47.     INPUT! 50 What brand and size?
  48.     WRTXT Hard Drive Brand and Size:
  49.     WRINP
  50.    ELSE
  51.     WRTXCR No Hard Drive
  52.  ENDIF
  53.  
  54.  IFYES Do you have a fan (Y/N)?
  55.     INPUT! 50 What brand?
  56.     WRTXT Fan Brand:
  57.     WRINP
  58.   ELSE 
  59.     WRTXCR No Fan
  60.   ENDIF
  61.  
  62.   INPUT! 15 How many hours a week do you use your computer?
  63.      WRTXT  Hours of use:
  64.      WRINP
  65.  
  66.  - What is the computer primarily used for (Business, Home, Entertainment, Etc.)
  67.  - Hit return on a blank line when finished.
  68.  WRTXCR Primary Use:
  69.  - .........1.........2.........3.........4.........5.........6.........7.........
  70.  
  71. $21  INPUT 75
  72.     IFINP
  73.       WRTXT  
  74.       WRINP
  75.       GOTO $21
  76.     ENDIF
  77.  
  78.  - What is your opinion on Pirating Software
  79.   WRTXCR Pirating Opinion
  80.  - Hit return on a blank line when finished.
  81.  - .........1.........2.........3.........4.........5.........6.........7.........
  82.  
  83. $11  INPUT 75
  84.     IFINP
  85.       WRTXT  
  86.       WRINP
  87.       GOTO $11
  88.     ENDIF
  89.  
  90.   IFYES Are you satisfied with what you entered (Y/N)? 
  91.         SAVE
  92.   ELSE
  93.     IFYES Do you want to start over? 
  94.        RESTRT
  95.     ENDIF
  96.       - Answers not recorded.  Please fill out the survey later.
  97.   ENDIF
  98.   WAITCR   Hit CR to continue...
  99.        
  100. ABORT  EXIT
  101.